home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act7 / 00515.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  196 b   |  10 lines

  1. on enterFrame
  2.   global game7level
  3.   if game7level = 3 then
  4.     set the visible of sprite 2 to 0
  5.     repeat with xxx = 12 to 20
  6.       set the visible of sprite xxx to 0
  7.     end repeat
  8.   end if
  9. end
  10.